public class Conversation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<java.lang.String> |
conversation |
private int |
id |
Constructor and Description |
---|
Conversation(int id)
Instantiate a new conversation
|
Modifier and Type | Method and Description |
---|---|
void |
postMessage(java.lang.String message)
Post a message to the conversation
|